home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / c_inst24.zip / SAMPLE3.INF < prev    next >
INI File  |  1994-10-25  |  2KB  |  67 lines

  1. REM Third sample INF file for Chief's Install
  2. REM This uses most of the RESERVED words
  3. REM Some files are installed to other directories
  4.  
  5. [The title of your application]
  6. $title=My Great Program v2.10
  7.  
  8. [Default target directory]
  9. $target=C:\MYPROG
  10.  
  11. [Disk space needed for the installation - in bytes]
  12. $space=155000
  13.  
  14. [Files to be copied; "$disk 1 =" to "$disk 20 ="; you can use wildcards]
  15. $disk 1 = *.*
  16. $disk2=*.*
  17. $disk3=*.ini;*.drv;*.hlp
  18.  
  19. REM and so on ----- > $disk20=
  20.  
  21. [Other target subdirectories under default directory tree]
  22. $dest\config=trookcfg.exe
  23. $dest\text=trooks.txt
  24.  
  25. [Files to install to Windows directory}
  26. $windir=trooks.ini;trookcfg.ini
  27.  
  28. [Files to install to Windows SYSTEM directory}
  29. $sysdir=trooks.dll;trooks.drv;trooks.scr
  30.  
  31. [Program Manager group name]
  32. $group=Trooks Games
  33.  
  34. [program(s) to create Program Manager icons for]
  35. $icon=TROOKS.EXE;The main Trooks program
  36. $icon=TROOK2.EXE;Another Trooks program
  37. $icon=TROOK3.EXE;Yet another Trooks program
  38. $icon=GLOOG.EXE;A great GLOOG program
  39. $icon=$dest\TROOKS.HLP;My Trook Help
  40. $icon=NOTEPAD.EXE $dest\README.TRK;Trook's Readme
  41. $icon=NOTEPAD.EXE $dest\TROOKS.TXT;Trook's Text file
  42. $icon=$dest\TROOKS.EXE GAME1.TRK;The best Game Ever
  43.  
  44. [Program(s) to run after completing installation]
  45. $exec=$dest\config\TROOKCFG.EXE
  46.  
  47. [put a ";" at the start of the next line to have a normal main window]
  48. $window=MAXIMIZE
  49.  
  50. [comment and use this to change the background color of the window]
  51. [valid values are 0 to 4]
  52. $WINDOW-BACKGROUND=1
  53.  
  54. [comment and use this to change the background of the text]
  55. [3 RGB values, or 1 long integer value
  56. $TEXT-BACKGROUND=192,192,192
  57.  
  58. [uncomment this line to NOT automatically set the check box for PROGMAN group]
  59. ;$SETCHECKBOX
  60.  
  61. [comment this line to enable the final "installation completed" dialog]
  62. $NO-END-DIALOG
  63.  
  64. [comment this line to enable the dialog that offers to add the target]
  65. [directory to the PATH statement in AUTOEXEC.BAT]
  66. $NO-PATH-DIALOG
  67.